The ScannerCollection<(Of <(<'T>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add(LambdaExpression, Boolean, Boolean, IndexingAlgorithm, CultureInfo) |
Creates a new index and adds it to the collection of indexes.
|
|
Add<(Of <<'(TKey>)>>)(Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>)) |
Creates a new index and adds it to the collection of indexes.
|
|
Add<(Of <<'(TKey>)>>)(Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>), Boolean) |
Creates a new index and adds it to the collection of indexes.
|
|
Add<(Of <<'(TKey>)>>)(Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>), Boolean, Boolean) |
Creates a new index and adds it to the collection of indexes.
|
|
Add<(Of <<'(TKey>)>>)(Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>), Boolean, Boolean, CultureInfo) |
Creates a new index and adds it to the collection of indexes.
|
|
Add<(Of <<'(TKey>)>>)(Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>), Boolean, Boolean, IndexingAlgorithm, CultureInfo) |
Creates a new index and adds it to the collection of indexes.
|
|
Clear |
Clears the collection of all indexes. All indexes are detached from the indexed collection and destroyed.
|
|
Contains(LambdaExpression) |
Determines whether an index with the specified key selector exists in the collection.
|
|
Contains<(Of <<'(TKey>)>>)(Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>)) |
Determines whether an index with the specified key selector exists in the collection.
|
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
Find(LambdaExpression) |
Finds an index in the collection by its key selector.
|
|
Find<(Of <<'(TKey>)>>)(Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>)) |
Finds an index in the collection by its key selector.
|
|
GetEnumerator |
Returns an enumerator that iterates through the ScannerCollection<(Of <(<'T>)>)>.
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove(LambdaExpression) |
Removes an index from the collection.
|
|
Remove<(Of <<'(TKey>)>>)(Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>)) |
Removes an index from the collection.
|
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Count |
Gets the number of indexes in the collection.
|